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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional