'Declaration Public Function New( _
ByVal nameИмя.As System.String, _
ByVal worksheetNameИмя листа.As System.String, _
ByVal valueЗначение.As System.String, _
ByVal commentКомментарий.As System.String, _
ByVal focusedSheetNameИмя листа в фокусе.As System.String, _
ByVal formattingPropertiesСвойства форматирования.As FormattingProperties _
)
public DefinedName(
System.String name,
System.String worksheetName,
System.String value,
System.String comment,
System.String focusedSheetName,
FormattingProperties formattingProperties
)
public: DefinedName(
System.String name,
System.String worksheetName,
System.String value,
System.String comment,
System.String focusedSheetName,
FormattingProperties* formattingProperties
)
public:
DefinedName(
System.String name,
System.String worksheetName,
System.String value,
System.String comment,
System.String focusedSheetName,
FormattingProperties^ formattingProperties
)
Parameters
- name
- Имя.
- worksheetName
- Имя листа.
- value
- Значение.
- comment
- Комментарий.
- focusedSheetName
- Имя листа в фокусе.
- formattingProperties
- Свойства форматирования.