[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultSparklineContainer.RemoveSparkline

RemoveSparkline Method

RemoveSparkline(int, int)

Removes the sparkline at the specific position.

Declaration
public bool RemoveSparkline(int row, int column)
Public Function RemoveSparkline(row As Integer, column As Integer) As Boolean
Parameters
Type Name Description
int row

The row.

int column

The column.

Returns
Type Description
bool

true if successful; false otherwise

Implements
OSZAR »