[]
        
(Showing Draft Content)

FarPoint.Web.Spread.NamedStyle.CopyFrom

CopyFrom Method

CopyFrom(object)

Copies the properties of the specified object to the current object.

Declaration
public override void CopyFrom(object obj)
Public Overrides Sub CopyFrom(obj As Object)
Parameters
Type Name Description
object obj

Object from which to copy style settings

Overrides