Spread Windows Forms 12.0 Product Documentation
Column Property (Reference)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Reference Structure : Column Property
Gets the left column index.
Syntax
'Declaration
 
Public Property Column As Integer
'Usage
 
Dim instance As Reference
Dim value As Integer
 
instance.Column = value
 
value = instance.Column
public int Column {get; set;}

Property Value

An integer value represents the left column index.
See Also

Reference

Reference Structure
Reference Members