public SpreadView( FpSpread owner )
'Declaration Public Function New( _ ByVal owner As FpSpread _ )
'Declaration
Public Function New( _ ByVal owner As FpSpread _ )
'使用法 Dim owner As FpSpread Dim instance As New SpreadView(owner)
'使用法
Dim owner As FpSpread Dim instance As New SpreadView(owner)
FarPoint.Win.Spread.SpreadView sv = new FarPoint.Win.Spread.SpreadView(fpSpread1); sv = fpSpread1.GetRootWorkbook(); sv.AddViewport(0, 1);
Dim sv As New FarPoint.Win.Spread.SpreadView(FpSpread1) sv = FpSpread1.GetRootWorkbook() sv.AddViewport(0, 1)
SpreadView クラス SpreadView メンバ オーバーロード一覧
© 2004-2017, GrapeCity inc. All rights reserved.