'Declaration Overloads Function GetSparkline( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Sparkline
'Usage Dim instance As ISparklineContainer Dim row As Integer Dim column As Integer Dim value As Sparkline value = instance.GetSparkline(row, column)
Parameters
- row
- The row.
- column
- The column.