Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Columns Property


In This Topic
    Columns Property (IRange)
    In This Topic
    Gets a new instance of IRange which represents all columns belong to this IRange.
    Syntax
    'Declaration
     
    
    ReadOnly Property Columns As IRange
    'Usage
     
    
    Dim instance As IRange
    Dim value As IRange
     
    value = instance.Columns
    IRange Columns {get;}

    Property Value

    An IRange object that specifies all columns.
    Remarks
    If this IRange contains multiple areas, the new IRange contains columns of the first area only.
    See Also