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 TextBoxCollection TypedTextBoxes { get; }
Public ReadOnly Property TypedTextBoxes As TextBoxCollection
	Get
public:
property TextBoxCollection^ TypedTextBoxes {
	TextBoxCollection^ get ();
}
member TypedTextBoxes : TextBoxCollection with get

Property Value

TextBoxCollection

See Also