XmlMappedRange.Table(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a data table based on input values and formulas that you define on a worksheet.
public object Table (object RowInput, object ColumnInput);
abstract member Table : obj * obj -> obj
Public Function Table (Optional RowInput As Object, Optional ColumnInput As Object) As Object
Parameters
- RowInput
- Object
A single cell to use as the row input for your table.
- ColumnInput
- Object
A single cell to use as the column input for your table.
Returns
Remarks
Use data tables to perform a what-if analysis by changing certain constant values on your worksheet to see how values in other cells are affected.
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.