Class QueryTable
Inheritance
System.Object
QueryTable
Assembly: DRIT.Spreadsheet.dll
Syntax
public class QueryTable : object
Constructors
QueryTable()
Declaration
QueryTable(String, DataConnection)
Declaration
public QueryTable(string name, DataConnection connection)
Parameters
Properties
AdjustColumnWidth
Declaration
public bool AdjustColumnWidth { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BackgroundRefresh
Declaration
public bool BackgroundRefresh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Connection
Declaration
public DataConnection Connection { get; set; }
Property Value
DisableEdit
Declaration
public bool DisableEdit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool FillFormulas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FirstBackgroundRefresh
Declaration
public bool FirstBackgroundRefresh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GrowShrinkType
Declaration
public GrowShrinkType GrowShrinkType { get; set; }
Property Value
Declaration
public bool Headers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Intermediate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool PreserveFormatting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Refresh
Declaration
public QueryTableRefresh Refresh { get; set; }
Property Value
RefreshDisabled
Declaration
public bool RefreshDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RefreshOnLoad
Declaration
public bool RefreshOnLoad { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveDataOnSave
Declaration
public bool RemoveDataOnSave { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RowNumbers
Declaration
public bool RowNumbers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|