Click or drag to resize

XlsRange UpdateRange Method

Update region of range

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void UpdateRange(
	int startRow,
	int startColumn,
	int endRow,
	int endColumn
)

Parameters

startRow
Type: System Int32
first Row
startColumn
Type: System Int32
first Column
endRow
Type: System Int32
last Row
endColumn
Type: System Int32
last Column
See Also