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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
Reference
FpSpread ClassFpSpread Members
Rows Property
Columns Class