'Declaration Public Overloads Function AddDefinedName( _
ByVal nameThe defined name.As System.String, _
ByVal isGlobalA value indicating whether defined name has global scope.As Boolean, _
ByVal valueThe value of defined name.As System.String, _
ByVal commentThe defined name comment.As System.String _
) As Vintasoft.Imaging.Office.Spreadsheet.Document.DefinedName
public Vintasoft.Imaging.Office.Spreadsheet.Document.DefinedName AddDefinedName(
System.String name,
bool isGlobal,
System.String value,
System.String comment
)
Parameters
- name
- The defined name.
- isGlobal
- A value indicating whether defined name has global scope.
- value
- The value of defined name.
- comment
- The defined name comment.
Return Value
An new instance of DefinedName class.