Class DataConsolidate
Inheritance
System.Object
DataConsolidate
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DataConsolidate : object
Properties
DataReferences
Declaration
public List<DataReference> DataReferences { get; }
Property Value
Function
Declaration
public DataConsolidateFunction Function { get; set; }
Property Value
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 |
|