Table of Contents

Interface IXLCustomProperty

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLCustomProperty
Extension Methods

Properties

Name

string Name { get; set; }

Property Value

string

Type

XLCustomPropertyType Type { get; }

Property Value

XLCustomPropertyType

Value

object Value { get; set; }

Property Value

object

Methods

GetValue<T>()

T GetValue<T>()

Returns

T

Type Parameters

T