FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PagerInfo Class : ButtonType Property |
'Declaration Public Property ButtonType As ButtonType
'Usage Dim instance As PagerInfo Dim value As ButtonType instance.ButtonType = value value = instance.ButtonType
public ButtonType ButtonType {get; set;}
FpSpread1.Sheets[0].RowCount = 20; FpSpread1.Pager.Mode = FarPoint.Web.Spread.PagerMode.NextPrev; FpSpread1.CommandBar.ButtonType = FarPoint.Web.Spread.ButtonType.ImageButton; FpSpread1.Pager.ButtonType = FarPoint.Web.Spread.ButtonType.ImageButton; FpSpread1.CommandBar.Theme = FarPoint.Web.Spread.ImageButtonTheme.Xp;
FpSpread1.Sheets(0).RowCount = 20 FpSpread1.Pager.Mode = FarPoint.Web.Spread.PagerMode.NextPrev FpSpread1.CommandBar.ButtonType = FarPoint.Web.Spread.ButtonType.ImageButton FpSpread1.Pager.ButtonType = FarPoint.Web.Spread.ButtonType.ImageButton FpSpread1.CommandBar.Theme = FarPoint.Web.Spread.ImageButtonTheme.Xp
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