ASP.NET Web API コントロール
CellPosition コンストラクタ(Int32,Int32)

C1.Web.Api.Excel アセンブリ > C1.Web.Api.Excel 名前空間 > CellPosition クラス > CellPosition コンストラクタ : CellPosition コンストラクタ(Int32,Int32)
列番号。
行番号。
座標要素に基づいてCellPositionを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal col As System.Integer, _
   ByVal row As System.Integer _
)
public CellPosition( 
   System.int col,
   System.int row
)

パラメータ

col
列番号。
row
行番号。
参照

CellPosition クラス
CellPosition メンバ
オーバーロード一覧