[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.RichText.Format

Format Method

Format(int, int, Font)

Formats the specified text run with the specified font.

Declaration
public void Format(int start, int length, Font font)
Public Sub Format(start As Integer, length As Integer, font As Font)
Parameters
Type Name Description
int start

The start position of the text run.

int length

The length of the text run.

Font font

The font setting of the text run.

Format(Font)

Formats the whole text with the specified font.

Declaration
public void Format(Font font)
Public Sub Format(font As Font)
Parameters
Type Name Description
Font font

The font setting of the text run.