GrapeCity.Windows.SpreadGrid 名前空間 > SpreadValidationError クラス : SpreadValidationError コンストラクタ |
'Declaration
Public Function New( _ ByVal errorContent As String, _ ByVal exception As Exception, _ Optional ByVal rowIndex As Integer, _ Optional ByVal columnIndex As Integer _ )
public SpreadValidationError( string errorContent, Exception exception, int rowIndex, int columnIndex )