clear data.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Clear(
int row,
int column,
int lastRow,
int lastColumn
)
Public Sub Clear (
row As Integer,
column As Integer,
lastRow As Integer,
lastColumn As Integer
)
public:
void Clear(
int row,
int column,
int lastRow,
int lastColumn
)
member Clear :
row : int *
column : int *
lastRow : int *
lastColumn : int -> unit
Parameters
-
row
-
Type:
System
Int32
-
column
-
Type:
System
Int32
-
lastRow
-
Type:
System
Int32
-
lastColumn
-
Type:
System
Int32
Return Value
Type:
See Also