public interface IWorksheetLayout : IDocumentLayout<RegionBase>Public Interface IWorksheetLayout
Inherits IDocumentLayout(Of RegionBase)public interface class IWorksheetLayout : IDocumentLayout<RegionBase^>type IWorksheetLayout =
interface
interface IDocumentLayout<RegionBase>
end| ColumnsCount |
Gets or sets a count of the pages columns in the document.
(Inherited from IDocumentLayoutT) |
| CurrentContentPlacement |
Gets the current content placement on the page.
(Inherited from IDocumentLayoutT) |
| CurrentPage |
Gets or sets the current page.
(Inherited from IDocumentLayoutT) |
| HasHeaderFooter |
Determines whether Header and Footer are specified directly on the Document.
(Inherited from IDocumentLayoutT) |
| PagesCount |
Gets or sets a count of the pages in the document.
(Inherited from IDocumentLayoutT) |
| RegionsCount | Returns the number of regions in the worksheet. |
| GetContentRegionsList | Returns the region list for the contents of the worksheet. |
| GetEnumerator | Returns enumerator to iterate through available Worksheet Regions. |
| GetFooterRegionsLists | Returns all non-empty region lists for the footer of the worksheet. |
| GetHeaderRegionsLists | Returns all non-empty region lists for the header of the worksheet. |
| IsChanged |
Determines whether the layout of the document has changed or not.
(Inherited from IDocumentLayoutT) |
| TryGetEnumerator |
Returns enumerator of the document objects based on the placement and index of the page.
(Inherited from IDocumentLayoutT) |