Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Columns As Columns |
C# | |
---|---|
public Columns Columns {get;} |
Property Value
Columns object containing the columns in the data area of the currently selected sheet.This property is available at run time only.
This example changes the background color of the first of the columns using the Columns property.
C# | Copy Code |
---|---|
FpSpread1.Columns[0].BackColor = Color.Yellow; |
Visual Basic | Copy Code |
---|---|
FpSpread1.Columns(0).BackColor = Color.Yellow |
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
Reference
FpSpread ClassFpSpread Members
Rows Property
Columns Class