Sets the number of spaces between columns.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public PrintMatrix SetColumnSpacing( int columnSpacing ) |
Visual Basic (Declaration) |
---|
Public Function SetColumnSpacing ( _ columnSpacing As Integer _ ) As PrintMatrix |
Visual C++ |
---|
public: PrintMatrix^ SetColumnSpacing( int columnSpacing ) |
Parameters
- columnSpacing
- Type: System..::.Int32
An int specifying the number of spaces between columns.
Return Value
The PrintMatrix object.
Remarks
The default value is 2.