[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IDocumentProperty

Interface IDocumentProperty

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a custom or built-in document property.

public interface IDocumentProperty

Properties

LinkSource

Gets the linked content source.

string LinkSource { get; }

Property Value

string

LinkToContent

Gets whether this property is linked to content.

bool LinkToContent { get; }

Property Value

bool

Name

Gets the name of the property.

string Name { get; }

Property Value

string

Type

Gets the name of the property.

PropertyType Type { get; }

Property Value

PropertyType

Value

Gets or sets the the value of the property.

object Value { get; set; }

Property Value

object