FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ColumnHeader Class : Cells Property |
'Declaration Public ReadOnly Property Cells As Cells
'Usage Dim instance As ColumnHeader Dim value As Cells value = instance.Cells
public Cells Cells {get;}
FarPoint.Web.Spread.ColumnHeader colhdr; colhdr = FpSpread1.ActiveSheetView.ColumnHeader; colhdr.Cells[0, 0].BackColor = Color.Red;
Dim colhdr As FarPoint.Web.Spread.ColumnHeader colhdr = FpSpread1.ActiveSheetView.ColumnHeader colhdr.Cells.Item(0, 0).BackColor = Color.Red
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