PageSetupIsHFDiffFirst Property |
True means that the header/footer of the first page is different with other pages.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool IsHFDiffFirst { get; set; }
Public Property IsHFDiffFirst As Boolean
Get
Set
public:
property bool IsHFDiffFirst {
bool get ();
void set (bool value);
}
member IsHFDiffFirst : bool with get, set
Property Value
Type:
Boolean
See Also