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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6