Gets or sets the margins for the printed pages, expressed in hundredths of an inch.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Margins Margins { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Margins As Margins |
An instance of the .NET Margins class. The default is Margins(50).
See Also