Xceed Workbooks for .NET v1.4 Documentation
FormattedTextList Class
Members 


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : FormattedTextList Class
Represents a list of FormattedText objects.
Object Model
FormattedTextList ClassFormattedText Class
Syntax
'Declaration

 

<DefaultMemberAttribute("Item")>

<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>

<DebuggerDisplayAttribute("Count = {Count}")>

Public Class FormattedTextList 

   Inherits System.Collections.Generic.List(Of FormattedText)
'Usage

 

Dim instance As FormattedTextList
[DefaultMember("Item")]

[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]

[DebuggerDisplay("Count = {Count}")]

public class FormattedTextList : System.Collections.Generic.List<FormattedText> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Xceed.Workbooks.NET.FormattedTextList

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormattedTextList Members
Xceed.Workbooks.NET Namespace