Class ExternNameImpl
Summary description for ExternNameImpl.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ExternNameImpl : CommonObject, IParentApplication, IDisposable, INameIndexChangedEventProvider, ICloneParent
  Constructors
ExternNameImpl(IApplication, Object, ExternNameRecord, Int32)
Declaration
public ExternNameImpl(IApplication application, object parent, ExternNameRecord name, int index)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApplication | application | |
| System.Object | parent | |
| ExternNameRecord | name | |
| System.Int32 | index | 
Fields
sheetId
Sheet id
Declaration
public int sheetId
  Field Value
| Type | 
|---|
| System.Int32 | 
Properties
BookIndex
Returns index of the parent extern workbook. Read-only.
Declaration
public int BookIndex { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Index
Index of the extern name in extern names collection.
Declaration
public int Index { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Name
Returns name of this extern name. Read-only.
Declaration
public string Name { get; }
  Property Value
| Type | 
|---|
| System.String | 
Methods
add_NameIndexChanged(NameImpl.NameIndexChangedEventHandler)
Declaration
public void add_NameIndexChanged(NameImpl.NameIndexChangedEventHandler value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| NameImpl.NameIndexChangedEventHandler | value | 
Clone(Object)
Creates copy of the current object.
Declaration
public object Clone(object parent)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | parent | Parent object for the new object.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Object | Copy of the current object.  | 
      
remove_NameIndexChanged(NameImpl.NameIndexChangedEventHandler)
Declaration
public void remove_NameIndexChanged(NameImpl.NameIndexChangedEventHandler value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| NameImpl.NameIndexChangedEventHandler | value | 
Serialize(OffsetArrayList)
Saves class into OffsetArrayList.
Declaration
public void Serialize(OffsetArrayList records)
  Parameters
| Type | Name | Description | 
|---|---|---|
| OffsetArrayList | records | OffsetArrayList that would receive class data.  | 
      
Events
NameIndexChanged
Declaration
public event NameImpl.NameIndexChangedEventHandler NameIndexChanged
  Event Type
| Type | 
|---|
| NameImpl.NameIndexChangedEventHandler | 
Implements
      System.IDisposable