Version

GetResolvedCellFormat Method (RowColumnBase)

Gets the resolved cell formatting for the cells in the row or column.
Syntax
'Declaration
 
Public Function GetResolvedCellFormat() As IWorksheetCellFormat
public IWorksheetCellFormat GetResolvedCellFormat()

Return Value

A format object describing the actual formatting that will be used when displayed the row or column in Microsoft Excel.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionIf the object was removed from the worksheet.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also