SparklineGroup.ModifySourceData Method

Sets the range that represents the source data for the sparkline group.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub ModifySourceData ( _
    SourceData As String _
)
'Usage
Dim instance As SparklineGroup
Dim SourceData As String

instance.ModifySourceData(SourceData)
void ModifySourceData(
    string SourceData
)

Parameters

  • SourceData
    Type: System.String

    The range that represents the source data.

See Also

Reference

SparklineGroup Interface

SparklineGroup Members

Microsoft.Office.Interop.Excel Namespace