Version

ColumnFormula Property

Gets the formula associated with the data area of the column.
Syntax
public Formula ColumnFormula {get;}

Property Value

A Formula instance representing the formula for the data area of the column or null if no formula is applied.
Remarks

When the column formula is set and the table is resized to give it more rows, the new cells in the column will have the column formula applied to them.

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