VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / ChartPropertiesEditor Class / ModifySeriesNames(Int32,Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    ModifySeriesNames(Int32,Int32,Int32,Int32) Method (ChartPropertiesEditor)
    In This Topic
    Modifies the series names.
    Syntax
    'Declaration
    
    Public Sub ModifySeriesNames( _
    ByRef columnOffset
    The column offset for the series names references.
    As System.Int32, _
    ByRef columnCountChange
    The column count change for the series names references.
    As System.Int32, _
    ByRef rowOffset
    The row offset for the series names references.
    As System.Int32, _
    ByRef rowCountChange
    The row count change for the series names references.
    As System.Int32 _
    )
    public void ModifySeriesNames(
    ref System.Int32 columnOffset,
    ref System.Int32 columnCountChange,
    ref System.Int32 rowOffset,
    ref System.Int32 rowCountChange
    )
    public: void ModifySeriesNames(
    ref System.Int32 columnOffset,
    ref System.Int32 columnCountChange,
    ref System.Int32 rowOffset,
    ref System.Int32 rowCountChange
    )
    public:
    void ModifySeriesNames(
    System.Int32% columnOffset,
    System.Int32% columnCountChange,
    System.Int32% rowOffset,
    System.Int32% rowCountChange
    )

    Parameters

    columnOffset
    The column offset for the series names references.
    columnCountChange
    The column count change for the series names references.
    rowOffset
    The row offset for the series names references.
    rowCountChange
    The row count change for the series names references.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also