Lines Matching refs:cells

3775  Typically all accessible objects that represent cells or cell-clusters of a table 
3781 the table cells are not direct children of a table, the object representing
3788 where cells are direct children of the table.
3845 In cases where the table cells are not direct children of the table the index
3847 array of cells laid out in row order.
3912 table cells are not direct children of the table this is the cell index specified
3947 /** @brief Returns the total number of selected cells
3949 Number of cells currently selected
4033 table cells are not direct children of the table this is the cell index specified
4052 An array of cell indexes of selected cells (each index is 0 based),
4220 Number of cells spanned by this cell in this row.
4222 Number of cells spanned by this cell in this column.
4406 /** @brief Returns the total number of selected cells
4408 Number of cells currently selected
4453 @param [out] cells
4464 [out, size_is(,*nSelectedCells)] IUnknown ***cells,
4548 which do not have a means in the GUI to select a full row of cells the behavior
4550 the entire row of cells for the specified row is selected. If any of the
4551 cells in the selected row span additional rows, the cells in those rows
4566 which do not have a means in the GUI to select a full column of cells the behavior
4568 the entire column of cells for the specified column is selected. If any of the
4569 cells in the selected column span additional columns, the cells in those columns
4584 which do not have a means in the GUI to unselect a full row of cells the
4585 behavior should be as follows: The entire row of cells for the specified
4586 row is unselected. If any of the cells in the selected row span additional
4587 rows, the cells in those rows are also unselected.
4601 which do not have a means in the GUI to unselect a full column of cells the
4602 behavior should be as follows: The entire column of cells for the specified
4603 column is unselected. If any of the cells in the selected column span additional
4604 columns, the cells in those columns are also unselected.
4700 /** @brief This interface gives access to the cells of a two-dimensional table.
4808 Number of cells spanned by this cell in this row.
4810 Number of cells spanned by this cell in this column.