Поделиться через


Table.Cell Method

Returns a Cell object that represents a cell in a table.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function Cell ( _
    Row As Integer, _
    Column As Integer _
) As Cell
'Usage
Dim instance As Table
Dim Row As Integer
Dim Column As Integer
Dim returnValue As Cell

returnValue = instance.Cell(Row, Column)
Cell Cell(
    int Row,
    int Column
)

Parameters

  • Row
    Type: System.Int32
    Required Integer. The number of the row in the table to return. Can be an integer between 1 and the number of rows in the table.
  • Column
    Type: System.Int32
    Required Integer. The number of the cell in the table to return. Can be an integer between 1 and the number of columns in the table.

Return Value

Type: Microsoft.Office.Interop.Word.Cell

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace