Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Columns Property


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

    Property Value

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