FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : FillDirection Enumeration |
'Declaration Public Enum FillDirection Inherits System.Enum
'Usage Dim instance As FillDirection
public enum FillDirection : System.Enum
Member | Description |
---|---|
Down | Fills from the top to the bottom |
Left | Fills from the right to the left |
Right | Fills from the left to the right |
Up | Fills from the bottom to the top |
fpSpread1.ActiveSheet.Cells[0, 0, 1, 1].Text = "Fill";
fpSpread1.ActiveSheet.FillRange(3, 0, 1, 1, 1, FarPoint.Win.Spread.FillDirection.Right);
FpSpread1.ActiveSheet.Cells(0, 0, 1, 1).Text = "Fill"
FpSpread1.ActiveSheet.FillRange(4, 0, 1, 1, 1, FarPoint.Win.Spread.FillDirection.Down)
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.FillDirection
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10