GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > ConfirmationEventArgs クラス : Accepted プロパティ |
'Declaration
Public Property Accepted As Nullable(Of Boolean)
public Nullable<bool> Accepted {get; set;}
null
、ユーザーが受け入れた場合はtrue
、それ以外の場合はfalse
。