Click or drag to resize

CSheetPrintedAreaAdd(String, String, Int32) Method

Adds custom area to export in PDF, Word

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public void Add(
	string Cord1,
	string Cord2,
	int[]? SheetNums = null
)

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