Public Sub CreateGrid( _ ByVal NumRows As Integer, _ ByVal NumCols As Integer _ )
public void CreateGrid( int NumRows, int NumCols );
public: void CreateGrid( int NumRows, int NumCols );
public: HRESULT CreateGrid( int NumRows, int NumCols );
public void createGrid( Integer NumRows, Integer NumCols );
IAgPluginSearchStatusGrid Interface