Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
column
Int32
lastRow
Int32
lastColumn
Int32

See Also