'宣言 Public Overloads Function GetCell( _ ByVal element As System.Windows.Media.Visual, _ ByVal position As System.Windows.Point, _ ByVal includeAutoMergedCells As System.Boolean, _ ByRef paneRow As System.Integer, _ ByRef paneColumn As System.Integer _ ) As WorksheetReference
public WorksheetReference GetCell( System.Windows.Media.Visual element, System.Windows.Point position, System.bool includeAutoMergedCells, out System.int paneRow, out System.int paneColumn )
パラメータ
- element
- セルに表示する視覚要素。
- position
- 指定したelementを基準とした位置。
- includeAutoMergedCells
- 自動マージされたセルが含まれている場合は
true
、それ以外の場合はfalse
。 - paneRow
- elementを含む行ペインインデックス。
- paneColumn
- elementを含む列ペインインデックス。
戻り値の型
セルに指定された要素が含まれています。 行インデックスが-1の場合、セルは新しい行に属します。