'DeclarationSub Table( _ ByVal rowInput As IRange, _ ByVal columnInput As IRange _ )
'UsageDim instance As IRange Dim rowInput As IRange Dim columnInput As IRange instance.Table(rowInput, columnInput)
void Table( IRange rowInput, IRange columnInput )
procedure Table(
rowInput: IRange;
columnInput: IRange
);
function Table( rowInput : IRange, columnInput : IRange );
void Table( IRange* rowInput, IRange* columnInput )
void Table( IRange^ rowInput, IRange^ columnInput )
Parameters
- rowInput
- Specifies the row input cell or null for no row input variable.
- columnInput
- Specifies the column input cell or null for no column input variable.