CSheetPrintedAreaAdd(Int32, Int32, Int32, Int32, Int32) Method |
Adds custom area to export in PDF, Word by column and row numbers.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic void Add(
int Col1,
int Row1,
int Col2,
int Row2,
int[]? SheetNums = null
)
Public Sub Add (
Col1 As Integer,
Row1 As Integer,
Col2 As Integer,
Row2 As Integer,
Optional SheetNums As Integer() = Nothing
)
Parameters
- Col1 Int32
- Top cell number
- Row1 Int32
- Top row number
- Col2 Int32
- Bottom cell number
- Row2 Int32
- Bottom row number
- SheetNums Int32 (Optional)
- Array with sheets numbers
See Also