'Declaration Public Function New( _
ByVal nameThe name.As System.String, _
ByVal worksheetNameThe worksheet name.As System.String, _
ByVal valueThe value.As System.String, _
ByVal commentThe comment.As System.String, _
ByVal focusedSheetNameThe focused sheet name.As System.String, _
ByVal formattingPropertiesThe formatting properties.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
- The name.
- worksheetName
- The worksheet name.
- value
- The value.
- comment
- The comment.
- focusedSheetName
- The focused sheet name.
- formattingProperties
- The formatting properties.