FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Rows Class : Count Property |
FpSpread1.Rows.Count = 4; FpSpread1.Rows[0].BackColor = Color.Yellow; FpSpread1.Rows[1, 2].BackColor = Color.YellowGreen; ListBox1.Items.Add(Convert.ToString(FpSpread1.Rows.Default)); ListBox1.Items.Add(Convert.ToString(FpSpread1.Rows.Parent));
FpSpread1.Rows.Count = 4 FpSpread1.Rows.Item(0).BackColor = Color.Yellow FpSpread1.Rows.Item(1, 2).BackColor = Color.YellowGreen ListBox1.Items.Add(Convert.ToString(FpSpread1.Rows.Default)) ListBox1.Items.Add(Convert.ToString(FpSpread1.Rows.Parent))
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