Class
SpreadsheetNameView

The class exposes information about spreadsheet name used in UI.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SpreadsheetNameView

Inheritance: objectSpreadsheetNameView

Constructors

SpreadsheetNameView(ISpreadsheetName)

Initializes a new instance of the SpreadsheetNameView class.

Declaration

cs-api-definition
public SpreadsheetNameView(ISpreadsheetName spreadsheetName)

Parameters

spreadsheetName

ISpreadsheetName

Name of the spreadsheet.

Properties

Comment

Gets the comment.

Declaration

cs-api-definition
public string Comment { get; }

Property Value

string

The comment.

Name

Gets the name.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

The name.

RefersTo

Gets the refers to.

Declaration

cs-api-definition
public string RefersTo { get; }

Property Value

string

The refers to.

ScopeName

Gets the name of the scope.

Declaration

cs-api-definition
public string ScopeName { get; }

Property Value

string

The name of the scope.

Value

Gets the value.

Declaration

cs-api-definition
public string Value { get; }

Property Value

string

The value.