Rows Property
See Also 
SourceCode.SmartObjects.Client Namespace > LightTable Class : Rows Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ObsoleteAttribute(Message="This property is obsolete.  Using this property could result in decreased performance.", IsError=True)>
Public Property Rows As String(,)
Visual Basic (Usage) Copy Code
Dim instance As LightTable
Dim value() As String
 
instance.Rows = value
 
value = instance.Rows
C#  
[Obsolete(Message="This property is obsolete.  Using this property could result in decreased performance.", IsError=true)]
public string[,] Rows {get; set;}
C++/CLI  
[Obsolete(Message="This property is obsolete.  Using this property could result in decreased performance.", IsError=true)]
public:
property array<String^,>^ Rows {
   array<String^,>^ get();
   void set (    array<String^>^ value);
}

Requirements

Target Platforms: 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