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