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


In This Topic
    Columns Property (SubWorksheet)
    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 SubWorksheet
    Dim value As IRange
     
    value = instance.Columns
    public IRange Columns {get;}

    Property Value

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