FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Column Class : Label Property |
Column objects returned by Columns.Default and Column objects in the column or row headers do not have a label.
FarPoint.Win.Spread.Column col;
col = fpSpread1.ActiveSheet.Columns[0];
col.Label = "Column 1";
Dim col As FarPoint.Win.Spread.Column col = FpSpread1.ActiveSheet.Columns(0) col.Label = "Column 1"
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8