Spread Windows Forms 12.0 Product Documentation
Column Property (ExpressionView)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ExpressionView Class : Column Property
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
public int Column {get;}

Property Value

An integer value indicates the left column index.
See Also

Reference

ExpressionView Class
ExpressionView Members