:: com :: sun :: star :: awt :: grid ::
|
unpublished |
struct GridDataEvent |
|
|
- Base Hierarchy
GridDataEvent
┗ ::com::sun::star::lang::EventObject
|
- Usage Restrictions
- not published
- Description
- used to notify changes in the data represented by an XMutableGridDataModel.
Effectively, a GridDataEvent denotes a continuous two-dimensional cell range
within a grid's data model, which is affected by a certain change.
- Since
- OOo 3.3
- See also
- XMutableGridDataModel, XGridDataListener
|
Elements' Summary |
FirstColumn |
denotes the first column affected by a change.
|
LastColumn |
denotes the last column affected by a change
|
FirstRow |
denotes the first row affected by a change.
|
LastRow |
denotes the last row affected by a change
|
Elements' Details |
FirstColumn
long FirstColumn;
- Description
- denotes the first column affected by a change.
If FirstColumn is -1, the listener should assume that all rows of a grid's data model
are affected.
|
|
LastColumn
long LastColumn;
- Description
- denotes the last column affected by a change
|
|
FirstRow
long FirstRow;
- Description
- denotes the first row affected by a change.
If FirstRow is -1, the listener should assume that all rows of a grid's data model
are affected.
|
|
LastRow
long LastRow;
- Description
- denotes the last row affected by a change
|
|
Top of Page
Copyright © 2000, 2013 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.