Click or drag to resize

CSheetPrintedAreaAdd(Int32, Int32, Int32, Int32, Int32) Method

Adds custom area to export in PDF, Word by column and row numbers.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public void Add(
	int Col1,
	int Row1,
	int Col2,
	int Row2,
	int[]? SheetNums = null
)

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