FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > PrintMargin Class > PrintMargin Constructor : PrintMargin Constructor(Int32,Int32,Int32,Int32,Int32,Int32) |
'Declaration Public Function New( _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal right As Integer, _ ByVal bottom As Integer, _ ByVal header As Integer, _ ByVal footer As Integer _ )
FarPoint.Win.Spread.PrintInfo pi = new FarPoint.Win.Spread.PrintInfo(); FarPoint.Win.Spread.PrintMargin pm = new FarPoint.Win.Spread.PrintMargin(75, 50, 75, 50, 50, 50); pi.Margin = pm; fpSpread1.ActiveSheet.PrintInfo = pi;
Dim pi As New FarPoint.Win.Spread.PrintInfo Dim pm As New FarPoint.Win.Spread.PrintMargin(75, 50, 75, 50, 50, 50) pi.Margin = pm FpSpread1.ActiveSheet.PrintInfo = pi
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8