Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataTable Interface / Border Property


In This Topic
    Border Property (IDataTable)
    In This Topic
    Gets an GrapeCity.Spreadsheet.IBorder object that represents the border of the object.
    Syntax
    'Declaration
     
    ReadOnly Property Border As IBorder
    'Usage
     
    Dim instance As IDataTable
    Dim value As IBorder
     
    value = instance.Border
    IBorder Border {get;}
    See Also