Show / Hide Table of Contents

Class QueryTableField

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

Constructors

QueryTableField()

Declaration
public QueryTableField()

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

FillFormulas

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