public float MinZoomFactor {get; set;}
'Declaration Public Property MinZoomFactor As Single
'Declaration
Public Property MinZoomFactor As Single
'使用法 Dim instance As SheetView Dim value As Single instance.MinZoomFactor = value value = instance.MinZoomFactor
'使用法
Dim instance As SheetView Dim value As Single instance.MinZoomFactor = value value = instance.MinZoomFactor
fpSpread1.AllowUserToTouchZoom = true; fpSpread1.Sheets[0].MinZoomFactor = .1F;
FpSpread1.AllowUserToTouchZoom = True FpSpread1.Sheets(0).MinZoomFactor = .1F
SheetView クラス SheetView メンバ
© 2004-2017, GrapeCity inc. All rights reserved.