IWorksheetLayout Interface

Specialization of IDocumentLayout<T> 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
IDocumentLayout<RegionBase>

Properties

ColumnsCount Gets or sets a count of the pages columns in the document.
(Inherited from IDocumentLayout<T>)
CurrentContentPlacement Gets the current content placement on the page.
(Inherited from IDocumentLayout<T>)
CurrentPage Gets or sets the current page.
(Inherited from IDocumentLayout<T>)
HasHeaderFooter Determines whether Header and Footer are specified directly on the Document.
(Inherited from IDocumentLayout<T>)
PagesCount Gets or sets a count of the pages in the document.
(Inherited from IDocumentLayout<T>)
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 IDocumentLayout<T>)
TryGetEnumerator Returns enumerator of the document objects based on the placement and index of the page.
(Inherited from IDocumentLayout<T>)

See Also