FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TouchInfo Class : PanningMode Property |
'Declaration Public Property PanningMode As SpreadPanningMode
'Usage Dim instance As TouchInfo Dim value As SpreadPanningMode instance.PanningMode = value value = instance.PanningMode
public SpreadPanningMode PanningMode {get; set;}
Both
.FpSpread1.Sheets[0].Columns.Count = 10; FpSpread1.Sheets[0].Rows.Count = 20; FpSpread1.TouchInfo.PanningMode = FarPoint.Web.Spread.SpreadPanningMode.Both;
FpSpread1.Sheets(0).Columns.Count = 10 FpSpread1.Sheets(0).Rows.Count = 20 FpSpread1.TouchInfo.PanningMode = FarPoint.Web.Spread.SpreadPanningMode.Both
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional