Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Columns Property


In This Topic
    Columns Property (Worksheet)
    In This Topic
    Get an IRange object that represents all the columns on the worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As IRange
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As IRange
     
    value = instance.Columns
    public IRange Columns {get;}

    Property Value

    The IRange object which provide access to columns' data.
    See Also