bool ExcelSetStyle( ExcelXMLStyle style, string name, int id )
'Declaration Function ExcelSetStyle( _ ByVal style As ExcelXMLStyle, _ ByVal name As String, _ ByVal id As Integer _ ) As Boolean
'Declaration
Function ExcelSetStyle( _ ByVal style As ExcelXMLStyle, _ ByVal name As String, _ ByVal id As Integer _ ) As Boolean
'Usage Dim instance As IExcelXml Dim style As ExcelXMLStyle Dim name As String Dim id As Integer Dim value As Boolean value = instance.ExcelSetStyle(style, name, id)
'Usage
Dim instance As IExcelXml Dim style As ExcelXMLStyle Dim name As String Dim id As Integer Dim value As Boolean value = instance.ExcelSetStyle(style, name, id)
IExcelXml Interface IExcelXml Members