'Declaration Public Sub ModifyCategoryAxis( _
ByVal columnOffsetThe column offset for the category axis references.As System.Int32, _
ByVal columnCountChangeThe column count change for the category axis references.As System.Int32, _
ByVal rowOffsetThe row offset for the category axis references.As System.Int32, _
ByVal rowCountChangeThe row count change for the category axis references.As System.Int32 _
)
public void ModifyCategoryAxis(
System.Int32 columnOffset,
System.Int32 columnCountChange,
System.Int32 rowOffset,
System.Int32 rowCountChange
)
public: void ModifyCategoryAxis(
System.Int32 columnOffset,
System.Int32 columnCountChange,
System.Int32 rowOffset,
System.Int32 rowCountChange
)
public:
void ModifyCategoryAxis(
System.Int32 columnOffset,
System.Int32 columnCountChange,
System.Int32 rowOffset,
System.Int32 rowCountChange
)
Parameters
- columnOffset
- The column offset for the category axis references.
- columnCountChange
- The column count change for the category axis references.
- rowOffset
- The row offset for the category axis references.
- rowCountChange
- The row count change for the category axis references.