Search
TableNodeExtensions.CellFrameStyle(T) Method
See Also
 





Sets the style of the table cells.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T CellFrameStyle<T> (
    T tableNode,
    CellFrameStyle value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function CellFrameStyle(Of T As TableNode) ( _
    tableNode As T, _
    value As CellFrameStyle _
) As T

 Parameters

tableNode

value

 Return Value

 See Also