'Declaration Overloads Function ApplyTheme( _ ByVal stream As Stream _ ) As Boolean
'Declaration
Overloads Function ApplyTheme( _ ByVal stream As Stream _ ) As Boolean
'Usage Dim instance As IWorkbook Dim stream As Stream Dim value As Boolean value = instance.ApplyTheme(stream)
'Usage
Dim instance As IWorkbook Dim stream As Stream Dim value As Boolean value = instance.ApplyTheme(stream)
bool ApplyTheme( Stream stream )
true
false
IWorkbook Interface IWorkbook Members Overload List