FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > RowEditTemplateContainer Class : Sheet Property |
'Declaration Public ReadOnly Property Sheet As SheetView
'Usage Dim instance As RowEditTemplateContainer Dim value As SheetView value = instance.Sheet
public SheetView Sheet {get;}
FpSpread1.ActiveSheetView.Cells[1, 1].Text = "test"; RowEditTemplateContainer c= new RowEditTemplateContainer(FpSpread1.ActiveSheetView); ListBox1.Items.Add(c.Sheet.RowCount.ToString()); ListBox1.Items.Add(c.Sheet.ColumnCount.ToString()); ListBox1.Items.Add(c.Sheet.Cells[1, 1].Text);
FpSpread1.ActiveSheetView.Cells(1, 1).Text = "test" Dim c As New RowEditTemplateContainer(FpSpread1.ActiveSheetView) ListBox1.Items.Add(c.Sheet.RowCount.ToString()) ListBox1.Items.Add(c.Sheet.ColumnCount.ToString()) ListBox1.Items.Add(c.Sheet.Cells(1, 1).Text)
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