Table of Contents

Interface IXLCustomProperties

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLCustomProperties : IEnumerable<IXLCustomProperty>, IEnumerable
Inherited Members
Extension Methods

Methods

Add(IXLCustomProperty)

void Add(IXLCustomProperty customProperty)

Parameters

customProperty IXLCustomProperty

Add<T>(string, T)

void Add<T>(string name, T value)

Parameters

name string
value T

Type Parameters

T

CustomProperty(string)

IXLCustomProperty CustomProperty(string name)

Parameters

name string

Returns

IXLCustomProperty

Delete(string)

void Delete(string name)

Parameters

name string