MESCIUS SPREAD for ASP.NET 10.0J
GetRowLabel メソッド

行インデックス
行ヘッダの列インデックス
指定した行ヘッダセルのテキストを取得します。
構文
'Declaration
 
Public Function GetRowLabel( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As String
public string GetRowLabel( 
   int row,
   int column
)

パラメータ

row
行インデックス
column
行ヘッダの列インデックス

戻り値の型

指定した行ヘッダセルのテキストを含むString
この例では、指定した行のラベルを返します。
FarPoint.Web.Spread.SheetView sv;
string s;
sv = FpSpread1.ActiveSheetView;
s = sv.GetRowLabel(1);
Response.Write("The label of the row is " + s);
Dim sv As FarPoint.Web.Spread.SheetView
Dim s As String
sv = FpSpread1.ActiveSheetView
s = sv.GetRowLabel(1)
Response.Write("The label of the row is " & s)
参照

SheetView クラス
SheetView メンバ
GetColumnLabel メソッド
SetRowLabel メソッド

開発者の手引き

ヘッダテキスト

 

 


© MESCIUS inc. All rights reserved.