[]
        
(Showing Draft Content)

GC.Spread.Sheets

Namespace: Sheets

GC.Spread.Sheets

Table of contents

Namespaces

Enumerations

Classes

Interfaces

Variables

Functions

Variables

LicenseKey

LicenseKey: string

Represents the license key for evaluation version and production version.

Functions

findControl

findControl(host): Workbook

Gets the Workbook instance by the host element.

Parameters

Name Type Description
host string | HTMLElement The host element or the host element id.

Returns

Workbook

The Workbook instance.


getTypeFromString

getTypeFromString(typeString): any

Gets the type from the type string. This method is used for supporting the serialization of the custom object.

Parameters

Name Type Description
typeString string The type string.

Returns

any

The type.