This document is archived and information here might be outdated. Recommended version. |
Gets dimension of the filter.
[Visual Basic .NET] Public Sub GetSize ( _ ByRef Columns As Integer, _ ByRef Rows As Integer _ )
[C#] public void GetSize ( ref int Columns, ref int Rows );
[C++]
HRESULT GetSize(
System.Int32* Columns,
System.Int32* Rows
);
[C++]
Parameters Columns [in, out]
Columns is a parameter of type long* Rows [in, out]
Rows is a parameter of type long*