FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : SetStyleInfo Method |
'Declaration Public Overridable Sub SetStyleInfo( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal info As StyleInfo _ )
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo();
FarPoint.Win.Spread.StyleInfo si2;
si.BackColor = Color.LightBlue;
fpSpread1.ActiveSheet.SetStyleInfo(0, 0, si);
si2 = fpSpread1.ActiveSheet.GetStyleInfo(0, 0);
listBox1.Items.Add(si2.BackColor.ToString());
Dim si As New FarPoint.Win.Spread.StyleInfo() Dim si2 As FarPoint.Win.Spread.StyleInfo si.BackColor = Color.LightBlue FpSpread1.ActiveSheet.SetStyleInfo(0, 0, si) si2 = FpSpread1.ActiveSheet.GetStyleInfo(0, 0) ListBox1.Items.Add(si2.BackColor.ToString())
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10