Parameters
- column
- Column specified
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified column index is out of range. It must be less than the column count or -1 for all. |
[NOTE: There is no support for the Item property in C#.] FpSpread1.ActiveSheetView.Columns[0].BackColor = Color.Teal; FpSpread1.ActiveSheetView.Columns[1, 2].BackColor = Color.DarkSeaGreen;
FpSpread1.ActiveSheetView.Columns.Item(0).BackColor = Color.Teal FpSpread1.ActiveSheetView.Columns.Item(1, 2).BackColor = Color.DarkSeaGreen