'Declaration Sub SetSparkline( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal sparkline As Sparkline _ )
'Usage Dim instance As ISparklineSheet Dim row As Integer Dim column As Integer Dim sparkline As Sparkline instance.SetSparkline(row, column, sparkline)
Parameters
- row
- The row.
- column
- The column.
- sparkline
- The sparkline.