[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetAxisModel.Clear

Clear Method

Clear(int, int)

Removes the values from the specified rows or columns.

Declaration
public virtual void Clear(int index, int count)
Public Overridable Sub Clear(index As Integer, count As Integer)
Parameters
Type Name Description
int index

Index before which to clear the rows or columns

int count

Number of rows or columns to clear

Implements