SpreadsheetGear 2017
Table Method (IRange)






SpreadsheetGear Namespace > IRange Interface : Table Method
Specifies the row input cell or null for no row input variable.
Specifies the column input cell or null for no column input variable.
Sets up this range as a data table calculation range with the specified row input cell, column input cell or both.
Syntax
'Declaration
 
Sub Table( _
   ByVal rowInput As IRange, _
   ByVal columnInput As IRange _
) 
'Usage
 
Dim instance As IRange
Dim rowInput As IRange
Dim columnInput As IRange
 
instance.Table(rowInput, columnInput)
procedure Table( 
    rowInput: IRange;
    columnInput: IRange
); 
function Table( 
   rowInput : IRange,
   columnInput : IRange
);

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.
Remarks
At least one input cell must be specified.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRange Interface
IRange Members