[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.RichText.GetRun

GetRun Method

GetRun(int, out int, out int, out Font)

Gets the attributes of the specified run.

Declaration
public void GetRun(int index, out int start, out int length, out Font font)
Public Sub GetRun(index As Integer, ByRef start As Integer, ByRef length As Integer, ByRef font As Font)
Parameters
Type Name Description
int index

The run index.

int start

The start character position of the run.

int length

The total number of characters of the run.

Font font

The font settings of the run.