Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SetAddress(
	string strAddress,
	bool bSetText
)
Public Sub SetAddress ( 
	strAddress As String,
	bSetText As Boolean
)
public:
void SetAddress(
	String^ strAddress, 
	bool bSetText
)
member SetAddress : 
        strAddress : string * 
        bSetText : bool -> unit 

Parameters

strAddress
String
bSetText
Boolean

See Also