Dimensions.Dimensions

Overview | Methods | Fields | This Package | All Packages

Dimensions.Dimensions

Creates a Dimensions object.

Syntax

public Dimensions()

public Dimensions( Dimensions range )

public Dimensions( int rows, int columns )

public Dimensions( IDataStream stream )

Parameters

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.

Remarks

If you call the Dimensions constructor without any parameters, the rows and columns members take a default value of 1.