Gets the columns in the client area of the active sheet in the Spread component.
Syntax
'Declaration
Public ReadOnly Property Columns As Columns
'Usage
Dim instance As FpSpread
Dim value As Columns
value = instance.Columns
public Columns Columns {get;}
See Also