IWorksheetLayout Interface

Specialization of IDocumentLayoutT for use in Worksheet.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IWorksheetLayout : IDocumentLayout<RegionBase>
Implements
IDocumentLayoutRegionBase

Properties

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.

Methods

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)

See Also