VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / ChartPropertiesEditor Class / ModifySeriesValues(Int32,Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
ModifySeriesValues(Int32,Int32,Int32,Int32) Method (ChartPropertiesEditor)
In This Topic
Modifies the series values.
Syntax
'Declaration

Public Sub ModifySeriesValues( _
ByRef columnOffset
The column offset for the series values references.
As System.Int32, _
ByRef columnCountChange
The column count change for the series values references.
As System.Int32, _
ByRef rowOffset
The row offset for the series values references.
As System.Int32, _
ByRef rowCountChange
The row count change for the series values references.
As System.Int32 _
)
public void ModifySeriesValues(
ref System.Int32 columnOffset,
ref System.Int32 columnCountChange,
ref System.Int32 rowOffset,
ref System.Int32 rowCountChange
)

Parameters

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

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

See Also