Show / Hide Table of Contents

Class QueryTableRefresh

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

Constructors

QueryTableRefresh()

Declaration
public QueryTableRefresh()

Properties

DeletedFields

Declaration
public List<QueryTableDeletedField> DeletedFields { get; }
Property Value
Type Description
List<QueryTableDeletedField>

FieldIdWrapped

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

Fields

Declaration
public List<QueryTableField> Fields { get; }
Property Value
Type Description
List<QueryTableField>

HeadersInLastRefresh

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

MinimumVersion

Declaration
public int MinimumVersion { get; set; }
Property Value
Type Description
System.Int32

NextId

Declaration
public int NextId { get; set; }
Property Value
Type Description
System.Int32

PreserveSortFilterLayout

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

SortState

Declaration
public SortState SortState { get; set; }
Property Value
Type Description
SortState

UnboundColumnsLeft

Declaration
public int UnboundColumnsLeft { get; set; }
Property Value
Type Description
System.Int32

UnboundColumnsRight

Declaration
public int UnboundColumnsRight { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX