FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > NumberCellType Class : OverflowCharacter Property |
'Declaration Public Property OverflowCharacter As Char
'Usage Dim instance As NumberCellType Dim value As Char instance.OverflowCharacter = value value = instance.OverflowCharacter
public char OverflowCharacter {get; set;}
FarPoint.Win.Spread.CellType.NumberCellType num = new FarPoint.Win.Spread.CellType.NumberCellType(); num.OverflowCharacter = Char.ToLower("x")' fpSpread1.ActiveSheet.Cells[0, 0].CellType = num' fpSpread1.ActiveSheet.Cells[0, 0].Value = 5123465.45;
Dim num As New FarPoint.Win.Spread.CellType.NumberCellType num.OverflowCharacter = Char.ToLower("x") FpSpread1.ActiveSheet.Cells(0, 0).CellType = num FpSpread1.ActiveSheet.Cells(0, 0).Value = 5123465.45
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8