C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class / GetPageFooter Method

In This Topic
GetPageFooter Method
In This Topic
Gets the group of rows or columns which has the TableVectorGroup.PageFooter property set to true.
Syntax
'Declaration
 
Public Function GetPageFooter() As TableVectorGroup
 

Return Value

The TableVectorGroup which is a table footer repeated on each page, or null if such group does not exist.
See Also