'Declaration Public Function Add( _ ByVal excelStyle As ExcelStyle _ ) As String
'Usage Dim instance As CustomStyleList Dim excelStyle As ExcelStyle Dim value As String value = instance.Add(excelStyle)
public string Add( ExcelStyle excelStyle )
Parameters
- excelStyle
- The ExcelStyle to be added to the CustomStyleList
Return Value
The unique ID of the style to be used when referencing it in an XMLSS element's StyleID attribute.