DataFilesOpenFileType(Worksheet, FileContext) Method
Open file of the specific type.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public static bool OpenFileType(
Worksheet worksheet,
FileContext context
)
Public Shared Function OpenFileType (
worksheet As Worksheet,
context As FileContext
) As Boolean
public:
static bool OpenFileType(
Worksheet^ worksheet,
FileContext^ context
)
static member OpenFileType :
worksheet : Worksheet *
context : FileContext -> bool
- worksheet Worksheet
-
Worksheet to open data in.
- context FileContext
-
File opening context.
Boolean
Defines if file opened correctly.