Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionView Class / Column Property


In This Topic
Column Property (ExpressionView)
In This Topic
Gets the left column index of this ExpressionView in the Worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As ExpressionView
Dim value As Integer
 
value = instance.Column

Property Value

An integer value indicates the left column index.
See Also