CSheetPrintedAreaAdd(String, String, Int32) Method |
Adds custom area to export in PDF, Word
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic void Add(
string Cord1,
string Cord2,
int[]? SheetNums = null
)
Public Sub Add (
Cord1 As String,
Cord2 As String,
Optional SheetNums As Integer() = Nothing
)
Parameters
- Cord1 String
- Top-Left cell of area, for example "A1"
- Cord2 String
- Right-Bottom cell of area, for example "E12"
- SheetNums Int32 (Optional)
- Array with sheets numbers
See Also