GrapeCity.Xaml.SpreadSheet.Data Namespace > PrintInfo Class : ZoomFactor Property |
'Declaration <DefaultValueAttribute()> Public Property ZoomFactor As Double
'Usage Dim instance As PrintInfo Dim value As Double instance.ZoomFactor = value value = instance.ZoomFactor
[DefaultValue()] public double ZoomFactor {get; set;}
GrapeCity.Xaml.SpreadSheet.Data.PrintInfo printset = new GrapeCity.Xaml.SpreadSheet.Data.PrintInfo();
printset.ZoomFactor = 2;
gcSpreadSheet1.Sheets[0].PrintInfo = printset;
Dim printset As New GrapeCity.Xaml.SpreadSheet.Data.PrintInfo() printset.ZoomFactor = 2 GcSpreadSheet1.Sheets(0).PrintInfo = printset
Target Platforms: Windows Server 2012, Windows RT