'Declaration Public Function New()
'Usage Dim instance As New RegularExpressionCellType()
public RegularExpressionCellType()
'Declaration Public Function New()
'Usage Dim instance As New RegularExpressionCellType()
public RegularExpressionCellType()
FarPoint.Win.Spread.CellType.RegularExpressionCellType reg = new FarPoint.Win.Spread.CellType.RegularExpressionCellType(); reg.RegularExpression = "^\\d{9}$"; fpSpread1.Sheets[0].Cells[0, 0].CellType = reg;
Dim reg As New FarPoint.Win.Spread.CellType.RegularExpressionCellType() reg.RegularExpression = "^\d{9}$" FpSpread1.Sheets(0).Cells(0, 0).CellType = reg