Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Borders Structure / Empty Field


In This Topic
    Empty Field (Borders)
    In This Topic
    Represents an empty Borders structure.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Empty As Borders
    'Usage
     
    Dim value As Borders
     
    value = Borders.Empty
    public static readonly Borders Empty
    Remarks

    The structure created is the equivalent of Borders( 0, 0, 0, 0 );

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also