XlsWorksheetBase
TypedTextBoxes Property
|
Returns inner textboxes collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public TextBoxCollection TypedTextBoxes { get; }
Public ReadOnly Property TypedTextBoxes As TextBoxCollection
Get
public:
property TextBoxCollection^ TypedTextBoxes {
TextBoxCollection^ get ();
}
member TypedTextBoxes : TextBoxCollection with get
Property Value
Type:
TextBoxCollection
See Also