Columns Property (FpSpread)
Gets the columns in the client area of the active sheet in the Spread component.
'Declaration
Public ReadOnly Property Columns As Columns
'Usage
Dim instance As FpSpread
Dim value As Columns
value = instance.Columns
public Columns Columns {get;}
Property Value
Columns object containing the columns in the data area of the currently selected sheet.
This example changes the background color of the first of the columns using the Columns property.