Class QueryTableField
Inheritance
System.Object
QueryTableField
Assembly: DRIT.Spreadsheet.dll
Syntax
public class QueryTableField : object
Constructors
QueryTableField()
Declaration
Properties
Clipped
Declaration
public bool Clipped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DataBound
Declaration
public bool DataBound { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool FillFormulas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
RowNumbers
Declaration
public bool RowNumbers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TableColumn
Declaration
public TableColumn TableColumn { get; set; }
Property Value