'Declaration Public Overloads Function Open( _ ByVal stream As Stream _ ) As Boolean
'Declaration
Public Overloads Function Open( _ ByVal stream As Stream _ ) As Boolean
'Usage Dim instance As SheetView Dim stream As Stream Dim value As Boolean value = instance.Open(stream)
'Usage
Dim instance As SheetView Dim stream As Stream Dim value As Boolean value = instance.Open(stream)
public bool Open( Stream stream )
SheetView Class SheetView Members Overload List