Show / Hide Table of Contents

Class DataConsolidate

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

Properties

DataReferences

Declaration
public List<DataReference> DataReferences { get; }
Property Value
Type Description
List<DataReference>

Function

Declaration
public DataConsolidateFunction Function { get; set; }
Property Value
Type Description
DataConsolidateFunction

LeftLabels

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

Link

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

StartLabels

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

TopLabels

Declaration
public bool TopLabels { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX