'Usage Dim instance As DateTimeDisplayFieldCollectionInfo Dim format As String instance.AddRange(format)
Parameters
- format
- A string value that indicates the specified format string.
'Usage Dim instance As DateTimeDisplayFieldCollectionInfo Dim format As String instance.AddRange(format)
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType ct = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType(); ct.Fields.Clear(); ct.Fields.AddRange("yyyy/MM/dd"); fpSpread1.Sheets[0].Cells[0, 0].CellType = ct;
Dim ct As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType() ct.Fields.Clear() ct.Fields.AddRange("yyyy/MM/dd") fpSpread1.Sheets(0).Cells(0, 0).CellType = ct