Table of Contents

Interface IStyles

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IStyles : IEnumerable
Inherited Members

Properties

Count

int Count { get; }

Property Value

int

this[int]

IStyle this[int Index] { get; }

Parameters

Index int

Property Value

IStyle

this[string]

IStyle this[string name] { get; }

Parameters

name string

Property Value

IStyle

Parent

object Parent { get; }

Property Value

object

Methods

Contains(string)

bool Contains(string name)

Parameters

name string

Returns

bool

Remove(string)

void Remove(string styleName)

Parameters

styleName string