Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableColumn Interface / DataBodyRange Property


In This Topic
    DataBodyRange Property (ITableColumn)
    In This Topic
    Gets an IRange object that is the size of the data portion of a column.
    Syntax
    'Declaration
     
    
    ReadOnly Property DataBodyRange As IRange
    'Usage
     
    
    Dim instance As ITableColumn
    Dim value As IRange
     
    value = instance.DataBodyRange
    IRange DataBodyRange {get;}

    Property Value

    The IRange object that is the size of the data portion of a column.
    Remarks
    The returned object excludes the Header and Totals cell.
    See Also