ReactOS 0.4.16-dev-2491-g3dc6630
IA2TableModelChange Struct Reference
Collaboration diagram for IA2TableModelChange:

Public Attributes

enum IA2TableModelChangeType type
 
long firstRow
 0 based, inclusive
 
long lastRow
 0 based, inclusive
 
long firstColumn
 0 based, inclusive
 
long lastColumn
 0 based, inclusive
 

Detailed Description

A structure defining the type of and extents of changes made to a table

IAccessibleTable::modelChange and IAccessibleTable2::modelChange return this struct. In the case of an insertion or change the row and column offsets define the boundaries of the inserted or changed subtable after the operation. In the case of a deletion the row and column offsets define the boundaries of the subtable being removed before the removal.

Definition at line 244 of file iaccessible2.idl.

Member Data Documentation

◆ firstColumn

long IA2TableModelChange::firstColumn

0 based, inclusive

Definition at line 248 of file iaccessible2.idl.

◆ firstRow

long IA2TableModelChange::firstRow

0 based, inclusive

Definition at line 246 of file iaccessible2.idl.

◆ lastColumn

long IA2TableModelChange::lastColumn

0 based, inclusive

Definition at line 249 of file iaccessible2.idl.

◆ lastRow

long IA2TableModelChange::lastRow

0 based, inclusive

Definition at line 247 of file iaccessible2.idl.

◆ type

enum IA2TableModelChangeType IA2TableModelChange::type

Definition at line 245 of file iaccessible2.idl.


The documentation for this struct was generated from the following file: