Gets the 0-based index of the column in the worksheet. Syntax Property Value The 0-based index of the column in the worksheet.
Sets the column width in the specified units. Syntax Parameters value The width to set on the column, expressed in the specified units.units The units in which the value is expressed. Exceptions Exception Description System.ArgumentException value is infinity. System.ComponentModel.InvalidEnumArgumentException uni...
Sets the column width in the specified units. Overload List
Gets or sets the column width including padding, in 256ths of the 0 digit character width in the workbooks default font. Syntax Property Value The column width including padding, in 256ths of the 0 digit character width in the workbooks default font. Exceptions Exception Description System.InvalidOperationExceptio...
Represents a data table for a range of cells. Syntax Remarks Data tables are a way to show the results of one or more formulas by trying many different values in the variables of the formulas at the same time, and showing the different results in a table. An excellent example of a data table application would be f...
A collection of WorksheetDataTable instances on a worksheet. Syntax
Public Properties Public Methods
Public Methods
Public Properties
Creates a new data table and adds it to the collection. Syntax Parameters cellsInTable The region of cells in the data table.columnInputCell The cell used as the column-input cell in the data table.rowInputCell The cell used as the row-input cell in the data table. Return Value The newly created data table. Except...