Spread for ASP.NET 11 Product Documentation
Columns Property (FpSpread)
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : Columns Property
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;}

Property Value

Columns object containing the columns in the data area of the currently selected sheet.
Remarks
This property is available at run time only.
Example
This example changes the background color of the first of the columns using the Columns property.
FpSpread1.Columns[0].BackColor = Color.Yellow;
FpSpread1.Columns(0).BackColor = Color.Yellow
See Also

Reference

FpSpread Class
FpSpread Members
Rows Property
Columns Class

User-Task Documentation

Customizing the Appearance of Rows and Columns