FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Column Class : PageBreak Property |
FpSpread1.Sheets[0].ColumnCount = 10; FpSpread1.Sheets[0].Cells[0, 0, FpSpread1.Sheets[0].RowCount - 1, FpSpread1.Sheets[0].ColumnCount - 1].Text = "test"; FarPoint.Web.Spread.Column col; col = FpSpread1.ActiveSheetView.Columns[2]; col.PageBreak = true; FpSpread1.SavePdf("c:\\zipfile\\testprint.pdf");
FpSpread1.Sheets(0).ColumnCount = 10 FpSpread1.Sheets(0).Cells(0, 0, FpSpread1.Sheets(0).RowCount - 1, FpSpread1.Sheets(0).ColumnCount - 1).Text = "test" Dim col As FarPoint.Web.Spread.Column col = FpSpread1.ActiveSheetView.Columns(2) col.PageBreak = True FpSpread1.SavePdf("c:\zipfile\testprint.pdf")
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