Spread Windows Forms 12.0 Product Documentation
Columns Property (IWorksheet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : Columns Property
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

Reference

IWorksheet Interface
IWorksheet Members