[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.CharPositionToX

CharPositionToX Method

CharPositionToX(int)

Converts the char position to x coordinate position.

Declaration
protected virtual int CharPositionToX(int charPosition)
Protected Overridable Function CharPositionToX(charPosition As Integer) As Integer
Parameters
Type Name Description
int charPosition

An int value indicates the char position.

Returns
Type Description
int

An int value indicates the x coordinate position.

Remarks

This method converts the char position value to an int value indicates the position on x coordinate offset from the left most of the Field in pixel.