'Declaration Public Sub ModifySeriesNames( _
ByRef columnOffsetThe column offset for the series names references.As System.Int32, _
ByRef columnCountChangeThe column count change for the series names references.As System.Int32, _
ByRef rowOffsetThe row offset for the series names references.As System.Int32, _
ByRef rowCountChangeThe 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.