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


ITableControl3.SetCellFont Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableControl3 Interface > ITableControl3.SetCellFont Method
ArcGIS Developer Help

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