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 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. |
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>) |