[]
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 | Row index |
int | column | Column index |
Type | Description |
---|---|
Sparkline | A Sparkline object. |