GoalSeekResult
VariableCellName Property
 | 
Gets the name of variable cell.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public string VariableCellName { get; }
 
Public ReadOnly Property VariableCellName As String
	Get
 
public:
property String^ VariableCellName {
	String^ get ();
}
 
member VariableCellName : string with get
 
 
 
Property Value
Type:
String
 
See Also