'Declaration Function GetSparkline( _ ByVal row As System.Integer, _ ByVal column As System.Integer _ ) As Sparkline
'Usage Dim instance As ISparklineSheet Dim row As System.Integer Dim column As System.Integer Dim value As Sparkline value = instance.GetSparkline(row, column)
Parameters
- row
- The row.
- column
- The column.
Return Value
The sparkline.