[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.RichText.ClearFormat

ClearFormat Method

ClearFormat()

Clears format of all text runs.

Declaration
public void ClearFormat()
Public Sub ClearFormat()

ClearFormat(int, int)

Clears the format of the specified text run.

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

The start position of the text run.

int length

The length of the text run.