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