Class ExcelComponentTypes
Defines constant for Excel component types
Inheritance
System.Object
ExcelComponentTypes
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.Core.Data
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public sealed class ExcelComponentTypes
Fields
ARBITRARY_RANGE
Declaration
public const string ARBITRARY_RANGE = "ArbitraryRange"
Field Value
Type | Description |
---|---|
System.String |
CHART
Declaration
public const string CHART = "Chart"
Field Value
Type | Description |
---|---|
System.String |
NAMED_RANGE
Declaration
public const string NAMED_RANGE = "NamedRange"
Field Value
Type | Description |
---|---|
System.String |
NAMED_TABLE
Declaration
public const string NAMED_TABLE = "NamedTable"
Field Value
Type | Description |
---|---|
System.String |