FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Cell クラス : InputScope プロパティ |
'Declaration Public Property InputScope As InputScopeNameValue
'使用法 Dim instance As Cell Dim value As InputScopeNameValue instance.InputScope = value value = instance.InputScope
public InputScopeNameValue InputScope {get; set;}
fpSpread1.ActiveSheet.Cells[0, 0].InputScope = FarPoint.Win.InputScopeNameValue.Number;
FpSpread1.ActiveSheet.Cells(0, 0).InputScope = FarPoint.Win.InputScopeNameValue.Number