Class SpreadsheetNameView
The class exposes information about spreadsheet name used in UI.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SpreadsheetNameView : Object
Constructors
SpreadsheetNameView(ISpreadsheetName)
Initializes a new instance of the SpreadsheetNameView class.
Declaration
public SpreadsheetNameView(ISpreadsheetName spreadsheetName)
Parameters
Telerik.Windows.Documents.Spreadsheet.Model.ISpreadsheetName
spreadsheetName
Name of the spreadsheet. |
Properties
Comment
Gets the comment.
Declaration
public string Comment { get; }
Property Value
System.String
The comment. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
System.String
The name. |
RefersTo
Gets the refers to.
Declaration
public string RefersTo { get; }
Property Value
System.String
The refers to. |
ScopeName
Gets the name of the scope.
Declaration
public string ScopeName { get; }
Property Value
System.String
The name of the scope. |
Value
Gets the value.
Declaration
public string Value { get; }
Property Value
System.String
The value. |