'Declaration Public Sub ModifySeriesValues( _
ByRef columnOffsetThe column offset for the series values references.As System.Int32, _
ByRef columnCountChangeThe column count change for the series values references.As System.Int32, _
ByRef rowOffsetThe row offset for the series values references.As System.Int32, _
ByRef rowCountChangeThe 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
)
public: void ModifySeriesValues(
ref System.Int32 columnOffset,
ref System.Int32 columnCountChange,
ref System.Int32 rowOffset,
ref System.Int32 rowCountChange
)
public:
void ModifySeriesValues(
System.Int32% columnOffset,
System.Int32% columnCountChange,
System.Int32% rowOffset,
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.