GeomertyAdjustValue
Formula Property
|
Gets the formula from the AdjustConverter.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string Formula { get; }
Public ReadOnly Property Formula As String
Get
public:
property String^ Formula {
String^ get ();
}
member Formula : string with get
Property Value
Type:
String
See Also