Show / Hide Table of Contents

Class QueryTable

Inheritance
System.Object
QueryTable
Namespace: DRIT.Spreadsheet.Data
Assembly: DRIT.Spreadsheet.dll
Syntax
public class QueryTable : object

Constructors

QueryTable()

Declaration
public QueryTable()

QueryTable(String, DataConnection)

Declaration
public QueryTable(string name, DataConnection connection)
Parameters
Type Name Description
System.String name
DataConnection connection

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
Type Description
DataConnection

DisableEdit

Declaration
public bool DisableEdit { get; set; }
Property Value
Type Description
System.Boolean

FillFormulas

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
Type Description
GrowShrinkType

Headers

Declaration
public bool Headers { get; set; }
Property Value
Type Description
System.Boolean

Intermediate

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

PreserveFormatting

Declaration
public bool PreserveFormatting { get; set; }
Property Value
Type Description
System.Boolean

Refresh

Declaration
public QueryTableRefresh Refresh { get; set; }
Property Value
Type Description
QueryTableRefresh

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
Back to top Generated by DocFX