Interface INamedObject
Implement objects that contains Name.
Namespace: Syncfusion.XlsIO.Interfaces
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface INamedObject
Properties
Name
Gets or sets the name of the object.
Declaration
string Name { get; }
Property Value
Type |
---|
System.String |