PdfFocusCExcelOptionsTopIndent Property |
Allows to move the sheet content by the N rows from the top. Default value: 0.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.6.5
Syntaxpublic int TopIndent { get; set; }
Public Property TopIndent As Integer
Get
Set
Property Value
Int32
Remarks
In other words, it inserts N empty rows from the top.
See Also