FlexPivot for WinForms
C1FlexGrid クラス
メンバ 

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : C1FlexGrid クラス

The C1FlexGrid control is a powerful, full-featured grid.

C1FlexGrid provides advanced features such as outline trees, cell merging, masked editing, translated combo and image lists, owner-draw cells, and automatic data aggregation.

オブジェクト モデル
C1FlexGrid クラス
シンタックス
'宣言
 
Public Class C1FlexGrid 
   Inherits C1FlexGridBase
   Implements IFlexDataGrid, C1.Win.CoditionalFormatting.IFormattableView 
public class C1FlexGrid : C1FlexGridBase, IFlexDataGrid, C1.Win.CoditionalFormatting.IFormattableView  
解説

C1FlexGrid can be used in bound mode, where it displays data from .NET data sources, or in unbound mode, where the grid itself manages the data.

You can use C1FlexGrid to read and write Excel files (.Xls), or read and write grid contents to and from Xml files.

Classes derived from C1FlexGrid should have a LicenseProvider attribute so Visual Studio will embed the appropriate licensing information into projects that use the derived control.

For example:

[LicenseProvider(typeof(LicenseProvider))] public class MyGrid : C1FlexGrid { // implementation }
継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl
               C1.Win.C1FlexGrid.C1FlexGridBase
                  C1.Win.C1FlexGrid.C1FlexGrid
                     C1.Win.FlexPivot.C1FlexPivotGrid

参照

C1FlexGrid メンバ
C1.Win.C1FlexGrid 名前空間