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


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FpSpread Class
FpSpread Members
Rows Property
Columns Class

User-Task Documentation

Customizing the Appearance of Rows and Columns

 

 


Copyright © GrapeCity, inc. All rights reserved.