Interface INamedObject
Represents named objects.
Namespace: Telerik.WinForms.Documents.Spreadsheet.Core
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public interface INamedObject
Properties
Name
Gets the name.
Declaration
string Name { get; }
Property Value
System.String
The name. |