[]
Gets the sparkline information.
public Sparkline GetSparkline(int row, int column)
Public Function GetSparkline(row As Integer, column As Integer) As Sparkline
Type | Name | Description |
---|---|---|
int | row | The row. |
int | column | The column. |
Type | Description |
---|---|
Sparkline | The sparkline information. |
Gets the sparkline in the specified location.
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
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. |
Type | Description |
---|---|
bool | true if the sparkline exists in the location. |