Creates a Dimensions object.
public Dimensions()
public Dimensions( Dimensions range )
public Dimensions( int rows, int columns )
public Dimensions( IDataStream stream )
range
A Dimensions object that contains the settings with which this object should be initialized.
rows
The number of rows in the object.
columns
The number of columns in the object.
stream
The data stream (IDataStream) from which to initialize the object.
If you call the Dimensions constructor without any parameters, the rows and columns members take a default value of 1.