IDTSBuffer100.GetBoundaryInfo(UInt32, UInt32) Method

Definition

public:
 void GetBoundaryInfo([Runtime::InteropServices::Out] System::UInt32 % pdwCols, [Runtime::InteropServices::Out] System::UInt32 % pdwMaxRows);
public void GetBoundaryInfo (out uint pdwCols, out uint pdwMaxRows);
abstract member GetBoundaryInfo : uint32 * uint32 -> unit
Public Sub GetBoundaryInfo (ByRef pdwCols As UInteger, ByRef pdwMaxRows As UInteger)

Parameters

pdwCols
UInt32
pdwMaxRows
UInt32

Applies to