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