CPageStyleSizesFromInch Method |
Get Sizes object from inches.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic static CPageStyleSizes FromInch(
float inch
)
Public Shared Function FromInch (
inch As Single
) As CPageStyleSizes
Parameters
- inch Single
- Value in inches.
Return Value
CPageStyleSizes
New size with the set value in inches.
See Also