WorksheetTest Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public static bool Test(
Worksheet target,
string file,
out string msg
)
Public Shared Function Test (
target As Worksheet,
file As String,
<OutAttribute> ByRef msg As String
) As Boolean
public:
static bool Test(
Worksheet^ target,
String^ file,
[OutAttribute] String^% msg
)
static member Test :
target : Worksheet *
file : string *
msg : string byref -> bool
- target Worksheet
-
- file String
-
- msg String
-
Boolean