'Declaration Public Property TabStop As Boolean
'使用法 Dim instance As Cell Dim value As Boolean instance.TabStop = value value = instance.TabStop
public bool TabStop {get; set;}
fpSpread1.ActiveSheet.Cells[0, 3].TabStop = false;
FpSpread1.ActiveSheet.Cells(0, 3).TabStop = False
Cell クラス Cell メンバ
© 2004-2015, GrapeCity inc. All rights reserved.