'Declaration Public Overloads ReadOnly Property Item( _ ByVal row As Integer, _ ByVal column As Integer _ ) As WorksheetLayoutCell
'Usage Dim instance As WorksheetLayoutCells Dim row As Integer Dim column As Integer Dim value As WorksheetLayoutCell value = instance.Item(row, column)
public WorksheetLayoutCell Item( int row, int column ) {get;}
Parameters
- row
- Row index
- column
- Column index