Skip to content

M_Cyjb_Markdown_Renderer_BaseRenderer_WriteEmptyTableCell

CYJB edited this page Feb 1, 2024 · 1 revision

BaseRenderer.WriteEmptyTableCell 方法

写入空的表格单元格,用于补齐表格行缺少的单元格。

Namespace: Cyjb.Markdown.Renderer
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984

语法

C#

protected virtual void WriteEmptyTableCell(
	TableRow row
)

参数

 

row
Type: Cyjb.Markdown.Syntax.TableRow
缺少单元格的表格行。

参见

Reference

BaseRenderer 类
Cyjb.Markdown.Renderer 命名空间

Clone this wiki locally