Interface ISerializableNamedObject
INamedObject interface declaration - object with name,
index, and ability to serialize.
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface ISerializableNamedObject : INamedObject
Properties
Name
Declaration
string Name { get; set; }
Property Value
RealIndex
Index of the object in the collection.
Declaration
int RealIndex { get; set; }
Property Value
Methods
add_NameChanged(ValueChangedEventHandler)
Declaration
void add_NameChanged(ValueChangedEventHandler value)
Parameters
Type |
Name |
Description |
Syncfusion.XlsIO.Implementation.ValueChangedEventHandler |
value |
|
remove_NameChanged(ValueChangedEventHandler)
Declaration
void remove_NameChanged(ValueChangedEventHandler value)
Parameters
Type |
Name |
Description |
Syncfusion.XlsIO.Implementation.ValueChangedEventHandler |
value |
|
Serialize(OffsetArrayList)
Serializes this object into OffsetArrayList.
Declaration
void Serialize(OffsetArrayList records)
Parameters
Type |
Name |
Description |
OffsetArrayList |
records |
OffsetArrayList that will receive records of the object.
|
Events
NameChanged
Declaration
event ValueChangedEventHandler NameChanged
Event Type
Type |
Syncfusion.XlsIO.Implementation.ValueChangedEventHandler |
Extension Methods