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