Table of Contents

Interface IPropertyData

Namespace
Spire.Xls
Assembly
Spire.XLS.dll
public interface IPropertyData

Properties

Id

int Id { get; set; }

Property Value

int

Name

string Name { get; }

Property Value

string

Type

VarEnum Type { get; }

Property Value

VarEnum

Value

object Value { get; }

Property Value

object

Methods

SetValue(object, PropertyType)

bool SetValue(object value, PropertyType type)

Parameters

value object
type PropertyType

Returns

bool