Interface IPropertyData
Represents the property data.
Namespace: Syncfusion.CompoundFile.XlsIO.Net
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public interface IPropertyDataProperties
Id
Gets property id.
Declaration
int Id { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Name
Name of the property.
Declaration
string Name { get; }Property Value
| Type | 
|---|
| System.String | 
Type
Sets type of the variant. Write-only.
Declaration
VarEnum Type { get; }Property Value
| Type | 
|---|
| VarEnum | 
Value
Gets property value.
Declaration
object Value { get; }Property Value
| Type | 
|---|
| System.Object | 
Methods
SetValue(Object, PropertyType)
Sets property value.
Declaration
bool SetValue(object value, PropertyType type)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | Value to set. | 
| PropertyType | type | Type of the property to set. | 
Returns
| Type | 
|---|
| System.Boolean |