C1.WPF.Excel Namespace : XLRowCollection Class |
'Declaration
<System.Reflection.DefaultMemberAttribute("Item")> Public Class XLRowCollection
[System.Reflection.DefaultMember("Item")] public class XLRowCollection
C1XLBook book = new C1XLBook(); sheet = book.Sheets[0]; XLCell cell = sheet[3,3]; // creates 4 rows and 4 columns
System.Object
C1.WPF.Excel.XLRowCollection
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