The CellTextEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CellTextEventArgs | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Cancel |
Gets or sets a value indicating whether the print job should be canceled.
(Inherited from PrintContentEventArgs.) | |
| Column |
Gets cell column zero-based index.
(Inherited from CellEventArgs.) | |
| ContentBounds |
Gets or sets rectangular area available for printing.
(Inherited from PrintContentEventArgs.) | |
| ContentRegion |
Gets or sets region available for printing.
(Inherited from PrintContentEventArgs.) | |
| ContinuePrint |
Get or sets the content print result used for controlling print process by DocumentDesigner.
(Inherited from PrintContentEventArgs.) | |
| DocumentContent |
Gets the zero-based index of current content within the document.
(Inherited from PrintNotificationEventArgs.) | |
| DocumentPage |
Gets the zero-based index of current page within the document.
(Inherited from PrintNotificationEventArgs.) | |
| DocumentProvider |
Gets the zero-based index of current provider within the document.
(Inherited from PrintNotificationEventArgs.) | |
| DocumentSection |
Gets the zero-based index of current section within the document.
(Inherited from PrintNotificationEventArgs.) | |
| Graphics |
Gets the Graphics used to paint the page.
(Inherited from PrintContentEventArgs.) | |
| HasMoreRows |
Gets or sets value indicated whether current row is the last row in the grid.
| |
| MarginBounds |
Gets the rectangular area that represents the portion of the page inside the margins.
(Inherited from PrintContentEventArgs.) | |
| PageBounds |
Gets the rectangular area that represents the total area of the page.
(Inherited from PrintContentEventArgs.) | |
| PageContent |
Gets the zero-based index of current content within current page.
(Inherited from PrintNotificationEventArgs.) | |
| PageProvider |
Gets the zero-based index of current provider within current page.
(Inherited from PrintNotificationEventArgs.) | |
| PageSettings |
Gets the page settings for the current page.
(Inherited from PrintContentEventArgs.) | |
| PrintAction |
Gets the type of print operation occurring.
(Inherited from PrintContentEventArgs.) | |
| ProviderContent |
Gets the zero-based index of current content within current provider.
(Inherited from PrintNotificationEventArgs.) | |
| ProviderPage |
Gets the zero-based index of current page within current provider.
(Inherited from PrintNotificationEventArgs.) | |
| Row |
Gets cell row zero-based index.
(Inherited from CellEventArgs.) | |
| SectionContent |
Gets the zero-based index of current content within current section.
(Inherited from PrintNotificationEventArgs.) | |
| SectionPage |
Gets the zero-based index of current page within current section.
(Inherited from PrintNotificationEventArgs.) | |
| SectionProvider |
Gets the zero-based index of current provider within current section.
(Inherited from PrintNotificationEventArgs.) | |
| Skipped |
Gets or sets a value indicating whether the print job should be skipped.
(Inherited from PrintContentEventArgs.) | |
| SpanColumnPortion |
Gets cell column portion of the spanned cell.
(Inherited from CellEventArgs.) | |
| SpanRowPortion |
Gets cell row portion of the spanned cell.
(Inherited from CellEventArgs.) | |
| Text |
Gets or sets cell text.
|