In This Topic
Gets the FlexSheet appended sheets.
Syntax
'Declaration
Public ReadOnly Property AppendedSheets As System.Collections.Generic.IList(Of Sheet)
'Usage
Dim instance As FlexSheet
Dim value As System.Collections.Generic.IList(Of Sheet)
value = instance.AppendedSheets
public System.Collections.Generic.IList<Sheet> AppendedSheets {get;}
public read-only property AppendedSheets: System.Collections.Generic.IList;
public function get AppendedSheets : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<Sheet*>* get_AppendedSheets();
public:
property System.Collections.Generic.IList<Sheet^>^ AppendedSheets {
System.Collections.Generic.IList<Sheet^>^ get();
}
See Also