Interface INamedObject
Contract for objects that expose a stable name identifier used across document‑processing APIs for lookup and serialization.
Namespace: Telerik.Windows.Documents.Spreadsheet.Core
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public interface INamedObject
Properties
Name
Gets the object name used to identify and reference it in document operations.
Declaration
string Name { get; }
Property Value
|
System.String
The name. |