New to Telerik UI for WPFStart a free 30-day trial

The class exposes information about spreadsheet name used in UI.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class SpreadsheetNameView

Inheritance: objectSpreadsheetNameView

Constructors

Initializes a new instance of the SpreadsheetNameView class.

C#
public SpreadsheetNameView(ISpreadsheetName spreadsheetName)
Parameters:spreadsheetNameISpreadsheetName

Name of the spreadsheet.

Properties

Gets the comment.

C#
public string Comment { get; }
Property Value:

The comment.

Gets the name.

C#
public string Name { get; }
Property Value:

The name.

Gets the refers to.

C#
public string RefersTo { get; }
Property Value:

The refers to.

Gets the name of the scope.

C#
public string ScopeName { get; }
Property Value:

The name of the scope.

Gets the value.

C#
public string Value { get; }
Property Value:

The value.