Table of Contents

Class TableColumnModel

Namespace
CMS.Plugin.MesSuite.Abstractions.Models
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

表格列信息

public class TableColumnModel
Inheritance
TableColumnModel
Inherited Members

Properties

ColumnKey

列名,唯一

public string ColumnKey { get; set; }

Property Value

string

Width

列宽

public double Width { get; set; }

Property Value

double

Methods

CopyFrom(TableColumnModel)

拷贝属性

public void CopyFrom(TableColumnModel model)

Parameters

model TableColumnModel