FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > ExcelWarning クラス > ExcelWarning コンストラクタ : ExcelWarning コンストラクタ(String,ExcelWarningCode) |
'Declaration
Public Function New( _ ByVal message As String, _ ByVal code As ExcelWarningCode _ )
'使用法
Dim message As String Dim code As ExcelWarningCode Dim instance As New ExcelWarning(message, code)
public ExcelWarning( string message, ExcelWarningCode code )