Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.