[]
        
(Showing Draft Content)

GrapeCity.Core.ICustomProperties

ICustomProperties Interface

Represents a collection of ICustomProperty objects that represents additional information.

Namespace: GrapeCity.Core
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ICustomProperties
Public Interface ICustomProperties

Properties

Name Description
Count

Gets a value that represents the number of custom properties in the collection.

this[int]

Gets the custom property at the specified position.

this[string]

Gets the custom property by name.

Methods

Name Description
Add(string, object)

Adds custom property information.