[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultSparklineContainer.GetSparkline

GetSparkline Method

GetSparkline(int, int)

Gets the sparkline information.

Declaration
public Sparkline GetSparkline(int row, int column)
Public Function GetSparkline(row As Integer, column As Integer) As Sparkline
Parameters
Type Name Description
int row

The row.

int column

The column.

Returns
Type Description
Sparkline

The sparkline information.

Implements

GetSparkline(int, int, out ISparklineGroup, out ISparkline)

Gets the sparkline in the specified location.

Declaration
public bool GetSparkline(int row, int column, out ISparklineGroup sparklineGroup, out ISparkline sparkline)
Public Function GetSparkline(row As Integer, column As Integer, ByRef sparklineGroup As ISparklineGroup, ByRef sparkline As ISparkline) As Boolean
Parameters
Type Name Description
int row

The row.

int column

The column.

ISparklineGroup sparklineGroup

The sparkline group information in the specified location.

ISparkline sparkline

The sparkline.

Returns
Type Description
bool

true if the sparkline exists in the location.

Implements