Table of Contents

Interface ICustomDocumentProperties

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface ICustomDocumentProperties

Properties

Count

int Count { get; }

Property Value

int

this[int]

IDocumentProperty this[int iIndex] { get; }

Parameters

iIndex int

Property Value

IDocumentProperty

this[string]

IDocumentProperty this[string strName] { get; }

Parameters

strName string

Property Value

IDocumentProperty

Methods

Add(string, bool)

void Add(string strName, bool value)

Parameters

strName string
value bool

Add(string, DateTime)

void Add(string strName, DateTime value)

Parameters

strName string
value DateTime

Add(string, double)

void Add(string strName, double value)

Parameters

strName string
value double

Add(string, int)

void Add(string strName, int value)

Parameters

strName string
value int

Add(string, string)

void Add(string strName, string value)

Parameters

strName string
value string

Clear()

void Clear()

Contains(string)

bool Contains(string strName)

Parameters

strName string

Returns

bool

Remove(string)

void Remove(string strName)

Parameters

strName string