'Declaration Public Function Insert( _ ByVal index As Integer, _ ByVal excelStyle As ExcelStyle _ ) As String
'Usage Dim instance As CustomStyleList Dim index As Integer Dim excelStyle As ExcelStyle Dim value As String value = instance.Insert(index, excelStyle)
public string Insert( int index, ExcelStyle excelStyle )
Parameters
- index
- The zero-based index at which excelStyle should be inserted.
- excelStyle
- The ExcelStyle to insert into the CustomStyleList
Return Value
The unique ID of the style to be used when referencing the ExcelStyle object in an XMLSS element's StyleID attribute.