public new bool IsLayoutSuspended {get;}
'Declaration Public Shadows ReadOnly Property IsLayoutSuspended As Boolean
'Declaration
Public Shadows ReadOnly Property IsLayoutSuspended As Boolean
'使用法 Dim instance As FpSpread Dim value As Boolean value = instance.IsLayoutSuspended
'使用法
Dim instance As FpSpread Dim value As Boolean value = instance.IsLayoutSuspended
このプロパティが使用できるのは実行時のみです。
listBox1.Items.Add(fpSpread1.IsLayoutSuspended);
ListBox1.Items.Add(FpSpread1.IsLayoutSuspended)
FpSpread クラス FpSpread メンバ
© 2004-2017, GrapeCity inc. All rights reserved.