MESCIUS SPREAD for ASP.NET 10.0J
GetImage(SpreadImages) メソッド

画像を指定する整数の識別子
コンポーネント内のイメージを取得します。
構文
'Declaration
 
Public Overloads Function GetImage( _
   ByVal image As SpreadImages _
) As String
public string GetImage( 
   SpreadImages image
)

パラメータ

image
画像を指定する整数の識別子
次のサンプルコードは、GetImageメソッドを使用します。
FpSpread1.ActiveSheetView.AutoFilterMode = FarPoint.Web.Spread.AutoFilterMode.FilterBar;
FpSpread1.SetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator, "http://www.componentone.com/newimages/Products/Icons/wijmo_icon_16x16.png");
//string s;
//s = FpSpread1.GetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator);
//Response.Write(s);
FpSpread1.ActiveSheetView.AutoFilterMode = FarPoint.Web.Spread.AutoFilterMode.FilterBar
FpSpread1.SetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator, "http://www.componentone.com/newimages/Products/Icons/wijmo_icon_16x16.png")
'Dim s As String
's = FpSpread1.GetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator)
'Response.Write(s)
参照

FpSpread クラス
FpSpread メンバ
オーバーロード一覧
ソートの概要

 

 


© MESCIUS inc. All rights reserved.