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
)
Public Sub UpdateRange (
startRow As Integer,
startColumn As Integer,
endRow As Integer,
endColumn As Integer
)
public:
void UpdateRange(
int startRow,
int startColumn,
int endRow,
int endColumn
)
member UpdateRange :
startRow : int *
startColumn : int *
endRow : int *
endColumn : int -> unit
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