This document is archived and information here might be outdated.  Recommended version.


ITableControl3.SetCellFont Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

ITableControl3.SetCellFont Method

Overrides the font setting for table cells. At least the oid or fieldName must be specified. Enter null fonts to erase.

[Visual Basic .NET]
Public Sub SetCellFont ( _
    ByVal oid As Integer, _
    ByVal fieldName As String, _
    ByVal pCellColor As IColor, _
    ByVal pTextFont As stdole.IFont, _
    ByVal pTextColor As IColor _
)
[C#]
public void SetCellFont (
    int oid,
    string fieldName,
    IColor pCellColor,
    stdole.IFont pTextFont,
    IColor pTextColor
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableControl3 Interface