'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 _
)
public XlsxDocumentDefinedName(
System.String name,
System.String worksheetName,
System.String value,
System.String comment
)
public: XlsxDocumentDefinedName(
System.String name,
System.String worksheetName,
System.String value,
System.String comment
)
public:
XlsxDocumentDefinedName(
System.String name,
System.String worksheetName,
System.String value,
System.String comment
)
Parameters
- name
- The name.
- worksheetName
- The worksheet name.
- value
- The value.
- comment
- The comment.