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