GrapeCity.Xaml.SpreadSheet.Data
Margins Constructor()
Example 


Creates new margin settings.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New Margins()
public Margins()
Example
This example prints a sheet.
GrapeCity.Xaml.SpreadSheet.Data.Margins printmar = new GrapeCity.Xaml.SpreadSheet.Data.Margins();
printmar.Left = 10;
printmar.Right = 10;
printmar.Top = 20;
printmar.Bottom = 40;
GrapeCity.Xaml.SpreadSheet.Data.PrintInfo printset = new GrapeCity.Xaml.SpreadSheet.Data.PrintInfo();
printset.Margin = printmar;
gcSpreadSheet1.Sheets[0].PrintInfo = printset;
Dim printmar As New GrapeCity.Xaml.SpreadSheet.Data.Margins()
printmar.Left = 10
printmar.Right = 10
printmar.Top = 20
printmar.Bottom = 40
Dim printset As New GrapeCity.Xaml.SpreadSheet.Data.PrintInfo()
printset.Margin = printmar
GcSpreadSheet1.Sheets(0).PrintInfo = printset
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Margins Class
Margins Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options