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