简体中文
外观
Home > CellContentType
剪贴板单元格内容类型(决定粘贴时的解析策略)
type CellContentType = 'TEXT' | 'INPUT' | 'TEXTAREA' | 'SELECT' | 'CHECKBOX';