XlsConditionalFormats
Remove Method (Int32, Int32, Int32, Int32)
|
Removes the Condtional Format at the specified range
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Remove(
int startRow,
int startColumn,
int totalRows,
int totalColumns
)
Public Sub Remove (
startRow As Integer,
startColumn As Integer,
totalRows As Integer,
totalColumns As Integer
)
public:
void Remove(
int startRow,
int startColumn,
int totalRows,
int totalColumns
)
member Remove :
startRow : int *
startColumn : int *
totalRows : int *
totalColumns : int -> unit
Parameters
-
startRow
-
Type:
System
Int32
The startRow of the range.
-
startColumn
-
Type:
System
Int32
The startColumn of the range.
-
totalRows
-
Type:
System
Int32
The number of rows of the range.
-
totalColumns
-
Type:
System
Int32
The number of columns of the range.
Return Value
Type:
Returns TRUE, this FormatCondtionCollection should be removed.
See Also