Version

GetResolvedCellFormat Method (RowColumnBase)

Gets the resolved cell formatting for the cells in the row or column.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also