Share via


ParameterDescription.Rows Property (Microsoft.DirectX.Direct3D)

Retrieves the number of rows in the array.

Definition

Visual Basic Public ReadOnly Property Rows As Integer
C# public int Rows { get; }
C++ public:
property int Rows {
        int get();
}
JScript public function get Rows() : int

Property Value

System.Int32
Integer that represents the number of rows in the array.

This property is read-only.