Spread Windows Forms 12.0 Product Documentation
Column2 Property (ExpressionView)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ExpressionView Class : Column2 Property
Gets the right column index of this ExpressionView in the Worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Column2 As Integer
'Usage
 
Dim instance As ExpressionView
Dim value As Integer
 
value = instance.Column2
public int Column2 {get;}

Property Value

An integer value indicates the right column index.
See Also

Reference

ExpressionView Class
ExpressionView Members