ComponentOne ASP.NET MVC Controls
CellRangeFactory Class
Members 

C1.Web.Mvc.Sheet.Fluent Namespace : CellRangeFactory Class
The CellRangeFactory for setting CellRanges with fluent api.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Class CellRangeFactory 
   Inherits C1.Web.Mvc.Fluent.BaseBuilder(Of IList(Of CellRange),CellRangeFactory)
[EditorBrowsable(EditorBrowsableState.Never)]
public class CellRangeFactory : C1.Web.Mvc.Fluent.BaseBuilder<IList<CellRange>,CellRangeFactory> 
Inheritance Hierarchy

System.Object
         C1.Web.Mvc.Sheet.Fluent.CellRangeFactory

See Also

Reference

CellRangeFactory Members
C1.Web.Mvc.Sheet.Fluent Namespace