[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcCharMaskCellType.CharBoxes

CharBoxes Property

CharBoxes

Gets the character box collection.

Declaration
public CharBoxInfoCollection CharBoxes { get; set; }
Public Property CharBoxes As CharBoxInfoCollection
Property Value
Type Description
CharBoxInfoCollection

A CharBoxCollection that indicates the collection when saving the character box.

Remarks

The CharBoxes can be added or removed. The types include GrapeCity.Win.Spread.InputMan.CellType.InputBox,GrapeCity.Win.Spread.InputMan.CellType.LiteralBox, and GrapeCity.Win.Spread.InputMan.CellType.SeparatorBox.