:: com :: sun :: star :: accessibility ::
|
unpublished |
struct AccessibleTableModelChange |
|
|
|
- Usage Restrictions
- not published
- Description
- This structure lets an event give access to a change of a table model.
The data members of the AccessibleTableModelChange structure
give access to the type and cell range of a change of a table model. See
AccessibleTableModelChangeType for details of the change
type. The range of the affected rows, columns, and/or cells can be
obtained by accessing the other four data members.
- Since
- OOo 1.1.2
|
Elements' Details |
Type
|
FirstRow
long FirstRow;
- Description
- The lowest index of a row that has changed.
The first row that has been changed or that contains
modified cells.
|
|
LastRow
long LastRow;
- Description
- The highest index of a row that has changed.
The last row that has been changed or that contains modified
cells.
|
|
FirstColumn
long FirstColumn;
- Description
- The lowest index of a column that has changed.
The first column that has been changed or contains modified
cells.
|
|
LastColumn
long LastColumn;
- Description
- The highest index of a column that has changed.
The last column that has been changed or contains modified
cells.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.